EqualPt
To determine whether the coordinates of two given points are equal, use theEqualPt
function.
FUNCTION EqualPt (pt1,pt2: Point): Boolean;
pt1,pt2
- The two points to be compared.
DESCRIPTION
TheEqualPt
function compares the points specified in thept1
andpt2
parameters and returnsTRUE
if their coordinates are equal orFALSE
if they are not.